Welcome![Sign In][Sign Up]
Location:
Search - cbutton create

Search list

[Button controlCWBButtonDemo

Description: CWBButton is a WindowBlinds like resizable image button derived from a CButton. In MFC, You can use the class called CBitmapButton, but that s not enough. The size of button is the size of the bitmap, and you can t put a text by calling the API SetWindowText(). I wanted REAL Bitmap Button like GTK+ or WindowBlinds. So I try to create a REAL Bitmap Button referring WindowBlinds.
Platform: | Size: 37274 | Author: gxc | Hits:

[Button controlCWBButtonDemo

Description: CWBButton is a WindowBlinds like resizable image button derived from a CButton. In MFC, You can use the class called CBitmapButton, but that s not enough. The size of button is the size of the bitmap, and you can t put a text by calling the API SetWindowText(). I wanted REAL Bitmap Button like GTK+ or WindowBlinds. So I try to create a REAL Bitmap Button referring WindowBlinds.
Platform: | Size: 36864 | Author: gxc | Hits:

[Button controlRxButton

Description: CRxButton 背景加载位图 需要两幅位图(给出参考位图) 使用方法:添加到工程,引用头文件,然后替换CButton,最好创建成按钮数组,比较好控制,有问题,请联系我-CRxButton background bitmap needs to load two bitmaps (bitmap reference is given) the use of methods: add to the project, to use header files, and then replace the CButton, preferably into a button to create the array, better control, there are problems, please contact me
Platform: | Size: 2048 | Author: 李宁 | Hits:

[Button controlMySphereButton

Description: 通过继承CBUTTON类生成了一个新类,这个类可以建立各种各样的BUTTON。-Through inheritance CBUTTON category generated a new category, this category can create a variety of BUTTON.
Platform: | Size: 422912 | Author: 小红 | Hits:

[Button controllinkbtn

Description: 介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-The introduction of a CButton derived class CLinkButton, use this button to create derived class has the following characteristics: 1, buttons, the appearance of similar types of static control CStatic object created. 2, when the mouse cursor over the button, but did not press when the cursor to change shape, change the font shape button similar applications in the toolbar and menu buttons on the effect of the flat. 3, when the button is pushed in a sense has a three-dimensional (convex).
Platform: | Size: 61440 | Author: 段平平 | Hits:

[Button controlCButtonEX

Description: 这是一个接口简单但功能强大的按钮控件源码,用户通过它可以制作任意形状且背景漂亮的按钮控件-This is an interface simple but powerful source control buttons, users can create, through its arbitrary shape and the background of beautiful button control
Platform: | Size: 939008 | Author: owen | Hits:

[Windows DevelopGdip_PNG_Button

Description: 使用GDI+以及png图片编写的一个CButton MFC类,可以实现按钮的透明-using gdi plus and png image to create a button. this is a mfc cals derived from CButton
Platform: | Size: 356352 | Author: 戴威望 | Hits:

[ComboBoxComboBoxST

Description: 自绘CCombobox,CButton,快速创建自定义介面,自动加载图片的例子-Since the draw CCombobox, CButton, quickly create a custom interface that automatically loads an example image
Platform: | Size: 103424 | Author: tmk | Hits:

[Button controlSample_B

Description: 介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。 -Introduce a CButton derived class CLinkButton, use this button to create a derived class has the following characteristics: 1, the button looks like a static control CStatic class generated objects. 2, when the mouse cursor to the button, but not pressed, the cursor changes shape to change the shape of the font button to similar applications in the toolbar and menu button on the flat results. 3, when the button is pressed when three-dimensional (bump).
Platform: | Size: 56320 | Author: haoren45 | Hits:

[Button control92311385

Description: 介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-Introduce a CButton derived class CLinkButton, use this button to create a derived class has the following characteristics: 1, the button looks like a static control type CStatic object created. 2, when the mouse cursor to the button, but not pressed, the cursor changes shape, font change shape similar applications in the toolbar button and menu button on the flat results. 3, when the button is pressed, a three-dimensional (convex).
Platform: | Size: 60416 | Author: 郑强 | Hits:

[Button controlMyCButton

Description: 自己创建的一个CButton类,可以方便的设置按钮的大小、颜色等属性。-Create yourself a CButton class, you can easily set the button size, color and other properties.
Platform: | Size: 3072 | Author: liuliru | Hits:

[Dialog_WindowButton

Description: MFC的CButton类.按钮控件的几种基本类型,按钮的创建和基本使用方法.-MFC CButton class. Several basic types of button controls, buttons, create and basic use.
Platform: | Size: 39936 | Author: 白小 | Hits:

[Button controlPAGE

Description: 偶尔有时候需要用到翻页控件,就琢磨着写了一个,用一个dlg作为父窗口,从CButton派生一个CMyButton按钮作为翻页中的一项,有多少页就动态创建多少个按钮,处理一下按钮之间的逻辑关系遇到>>的时候就显示后续页,遇到<<的时候就显示前面的页。。。。。 这个是我在看雪看到的,把它转到VC6.0下,大家有什么改进的也告知我一声,-Sometimes the need to use occasionally flip controls, wondering write one, using a dlg as the parent window, CButton derived a CMyButton button as a page in, how many pages to dynamically create as many buttons to handle it logical relationship between the buttons on the display when encountered >> subsequent pages, when it came on the show << previous page. . . . . I find it on snow saw, put it to the VC6.0, what improvements let me know, thanks
Platform: | Size: 65536 | Author: 李明晓 | Hits:

CodeBus www.codebus.net